.product_solution {
  padding-bottom: 100px;
  background: url('/wp-content/themes/do1/assets/images/3.0/product-solution-bg.png') #fff no-repeat bottom center;
	background-size: 100%;
}
.product_solution_title {
  padding-top: 100px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 44px;
}
.product_solution_card {
  width:1200px;
  height: 436px;
  padding:75px 55px;
  margin-left:auto;
  margin-right:auto; 
  box-sizing: border-box;
  background-image: url('/wp-content/themes/do1/assets/images/3.0/product-solution.png');
  background-repeat: no-repeat;
	background-size: cover;
  box-shadow: 0px 10px 32px 0px rgba(131,145,167,0.1);
  border-radius: 24px;
}
.product_solution_card ul {
  display: flex;
  overflow: hidden;
}
.product_solution_card li {
  width:100%;
  flex-shrink: 0;
}
.product_solution_btns {
  display:flex;
  justify-content: center;
  text-align: center;
  padding-bottom: 32px;
}
.product_solution_btn {
  display: inline-flex;
  justify-content: center;
  margin-right: 40px;
  width: 194px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  color: #1D2129;
  border-radius: 26px;
  border: 1px solid #E5E6EB;
  background: #FFFFFF;
  cursor: pointer;
}
.blue_btn {
  display: inline-block;
  width: 112px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: linear-gradient(250deg, #00ADFF 0%, #0075FF 100%);
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 16px;
  cursor: pointer;
}
.blue_btn:hover {
  opacity:.8;
}
.product_solution_card .blue_btn {
  margin-top:32px;
}
.product_solution_btn.is_active {
  color:#fff;
  background: linear-gradient(152deg, #FF7B38 0%, #F55402 100%);
}
.product_solution_card_title {
  padding-bottom: 8px;
  font-size: 24px;
  color: #FFFFFF;
}
.product_solution_card_text {
  width: 404px;
  line-height: 1.6;
  padding-bottom: 32px;
  font-size: 16px;
  color: #CBCBCB;
}
.product_solution_num {  
  color: #FFFFFF;
  font-size: 32px;
}
.product_solution_num_text {
  font-size: 14px;
  color: #CBCBCB;
}
.product_solution_divided {
  display: inline-block;
  margin-left:12px;
  margin-right:12px;
  height: 50px;
  background: #FFFFFF;
  opacity: 1;
  border: 1px solid #FFFFFF;
  opacity:.5;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}